Install a RN Performance Optimization Manual for AI Assistant with react-native-best-practices
Callstack split the RN performance e-book into Agent Skill react-native-best-practices, which covers FPS, TTI, package volume, memory and native modules. This article is verified against the official SKILL.md and the repository README: 29 references cover how to triage, how to install the skills CLI, as well as list virtualization, React DevTools measurement and the usage of Android R8. The core is to measure before making changes.
Read MoreUse expo-native-ui to let AI write Expo interfaces that look more like native apps
### Official Translation: This introduces Expo's official Agent Skill expo-native-ui (v1.1.1): it teaches AI to build Expo screens that closely match the system's visual style following conventions such as Apple HIG, semantic colors, native controls, and prioritizing Reanimated and Expo Go. The article verifies the installation methods of Cursor / Claude Code / Codex, the Color API and animation examples, and explains that navigation should be paired with expo-router, as well as the differences in division of labor with expo-ui.
Read More